Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: toss/frontend-fundamentals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 47f19c146c
Choose a base ref
...
head repository: toss/frontend-fundamentals
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f6970db2f0
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 17, 2025

  1. fix: update sidebar to fix wrong links (#110)

    jsparkdev authored Jan 17, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f6970db View commit details
Showing with 21 additions and 3 deletions.
  1. +20 −2 .vitepress/en.mts
  2. +1 −1 .vitepress/ko.mts
22 changes: 20 additions & 2 deletions .vitepress/en.mts
Original file line number Diff line number Diff line change
@@ -30,8 +30,26 @@ function sidebar(): DefaultTheme.Sidebar {
link: "/en/code/"
},
{
text: "Contributing",
link: "/en/code/contributing"
text: "Community",
items: [
{
text: "Introduction",
link: "/en/code/community"
},
{
text: "⭐ Featured Discussions",
link: "https://github.com/toss/frontend-fundamentals/discussions?discussions_q=is%3Aopen+label%3A%22%EC%84%B1%EC%A7%80+%E2%9B%B2%22"
},
{
text: "A vs B",
link: "https://github.com/toss/frontend-fundamentals/discussions/categories/a-vs-b?discussions_q=is%3Aopen+category%3A%22A+vs+B%22+sort%3Adate_created"
},
{
text: "Open Forum",
link: "https://github.com/toss/frontend-fundamentals/discussions/categories/open-forum?discussions_q=is%3Aopen+sort%3Adate_created+category%3A%22Open+Forum%22"
}
],
collapsed: true
}
]
},
2 changes: 1 addition & 1 deletion .vitepress/ko.mts
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ function sidebar(): DefaultTheme.Sidebar {
},
{
text: "⭐ 좋은 논의 모아보기",
link: "https://github.com/toss/frontend-fundamentals/discussions?discussions_q=is%3Aopen+label%3A%22성지+⛲%22"
link: "https://github.com/toss/frontend-fundamentals/discussions?discussions_q=is%3Aopen+label%3A%22%EC%84%B1%EC%A7%80+%E2%9B%B2%22"
},
{
text: "A vs B",